16001 The row status for this row is an unsupported type: %row status%.
16002 The first row returned by the fetch had an unexpected status: %row status%.
16003 Invalid column number requested: %colno%.
16004 The cursor is not positioned on a valid current row.
16005 GetValue called requesting a %requested% value, but the value is of type %really%.
16006 No negatation equivalent was provided for the comparison operator %original%.
16007 The comparison operator %op% requires exactly %requires% value(s).
16008 Cannot add a field to position %position% because that position is already filled.
16009 Invalid request to reposition fields: argument %arg% = %value% is invalid.
16010 At least one field must be selected to be shown to make a valid query.
16011 Attempting to generate SQL for a query that contains no tables.
16012 Invalid request to reposition filter rows: argument %arg% = %value% is invalid.
16013 The reference field %reference% has no child fields.
16014 The table for the primary entity is not included in the query.
16015 Empty or invalid key %key% returned from GetNextAssoc at position prior to position=%position%.\nLocation: %failure_location
16016 Cannot open file %file%: %syserr%.
16017 Cannot save query to file %file%: %syserr%.
16018 Cannot create or overwrite the file %file%: %syserr%.
16019 Cannot open the query from file %file%: %syserr%.
16020 API protocol error: an attempt to access a result set was made but some result-set parameter (eg buffer-size) has been reset since the last call to Execute.
16021 got AdQuery resource
16022 The requested cursor fetch operation (%type%) is invalid for the current cursor type (%cursor%).
16023 The requested query was not saved from a supported version of the system. Please delete the query and rebuild it using the current version of the system. Details: the query has a version number of %is%, but this version of the system only supports versions %low% through %high% for the %part% section.
16024 Illegal aggregate function.
16025 Illegal comparison operator.
16026 Query result is no longer available. Need to re-execute the query.
16027 Only SELECT statements are allowed.
16028 Filter/search operations on the datatype of the field '%field%' is not supported in the underlying database.
16029 Group-by on a field of type %type% is not supported.
16030 The display field, %field_name% does not exist.
16031 The query field, %field_name% does not exist.
16032 The record type, %entitydef_name% does not exist.
16033 No records found because "%family%" is a record type family but it does not have any member record types defined.
16034 For queries based on record type families, you cannot sort on a field that is not shown. To sort on the "%field%" field, you must mark it as shown.
16035 The comparison operator "CONTAINS" requires exactly one value to compare against.
16036 ClearQuest cannot currently generate the correct SQL when a list-type field appears in a filter under an OR expression. The filter on the "%child%" field would have this problem.
16037 There is already a filter on another field of the same datatype for this query.\nThe query is limited to one filter on a such a field datatype.